projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
442b7e2
)
Fix a typo in Zsh completion
author
Fenhl
<fenhl@fenhl.net>
Wed, 4 Mar 2015 12:31:34 +0000
(12:31 +0000)
committer
Fenhl
<fenhl@fenhl.net>
Wed, 4 Mar 2015 12:31:34 +0000
(12:31 +0000)
`dependencie"` → `dependencies`
src/etc/_cargo
patch
|
blob
|
history
diff --git
a/src/etc/_cargo
b/src/etc/_cargo
index 11cbadd27f8ed23481b64ee834224d0daf603099..7181c3d1579516f8ada97ef035436356211faff5 100644
(file)
--- a/
src/etc/_cargo
+++ b/
src/etc/_cargo
@@
-245,7
+245,7
@@
local -a commands;commands=(
'config-for-key:print key from cargo config file'
'config-list:print all config from cargo config file'
'doc:build package documentation'
-'fetch:fetch package dependencie
"
'
+'fetch:fetch package dependencie
s
'
'generate-lockfile:create lockfile'
'git-checkout:git checkout'
'help:get help for commands'